Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / Utf32CodeSet Class / Exclude Method / Exclude(UnicodeBlock[]) Method
An array of Unicode blocks to exclude.

In This Topic
    Exclude(UnicodeBlock[]) Method
    In This Topic
    Excludes several named ranges of Unicode characters.
    Syntax
    'Declaration
     
    Public Overloads Function Exclude( _
       ByVal ParamArray unicodeBlocks() As UnicodeBlock _
    ) As Utf32CodeSet
    public Utf32CodeSet Exclude( 
       params UnicodeBlock[] unicodeBlocks
    )

    Parameters

    unicodeBlocks
    An array of Unicode blocks to exclude.

    Return Value

    The current instance of Utf32CodeSet.
    See Also